.santa_intro_container {
    width: 100%;
    /* Set the z-index to a value greater than -1 */
    z-index: 2;
    position: relative;
}

.santa_intro_container_main {
    width: 100%;

    background-repeat: repeat;
    /* position: absolute; */
    padding-top: 80px;
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-self: center;
    overflow: hidden;
}

.santa_intro_container_main_main_container {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;


    padding-inline: 5%;
    max-width: 1440px;
    position: relative;

}



.santa_container {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../images/2025images/paper_bg.jpg);
        background-position-y: bottom;
}


.title_container {
    width: fit-content;
    text-align: center;
    position: relative;
    margin-top: 55px;
    margin-bottom: 60px;
}


.title_container .title_img {
    max-width: 800px;
    width: 80vw;
}

.title_container h3 {
    color: #F3ECDF;
    text-align: center;
    font-family: "Autour One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: absolute;
    padding: 16px 24px;
    background-image: url(../images/2025images/title_bg_gold.png);
    background-size: cover;
    bottom: -6%;
    right: 7%;
    transform: rotate(4deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-transform: uppercase;
}



.deco_stamp {
    position: absolute;
    width: 18%;
    max-width: 150px;
    top: 20%;
    left: -10%;
    transform-origin: center;
    animation: rotateAnimation 10s linear infinite;
}

@keyframes rotateAnimation {
    0% {
        /* Use 'transform' to apply the rotate() function */
        rotate: 0deg;
    }

    100% {
        /* Use 'transform' to apply the rotate() function */
        rotate: 360deg;
    }
}

.santa_intro_container_main_title_ticket h3 {
    color:  #00432F;
    text-align: center;

    /* EN/Title */
    font-family: "Autour One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    margin: 16px auto;

}

.santa_intro_container_main_title_ticket {

    margin: 96px 0px 36px;
    position: relative;
    min-width: 300px;
    text-align: center;
}

.icon_date_white {
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/2025images/icn_date_white.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.icon_time_white {
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/2025images/icn_time_white.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.icon_location_white {
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/2025images/icn_location_white.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.icon_fee_white {
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/2025images/icn_fee_white.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}


.santa_intro_container_main_table {
    border: 1px solid transparent;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background-color: transparent;
    /* overflow: hidden; */
    border-collapse: separate;
    position: relative;
    /* margin-bottom: 95px; */
    max-width: 700px;
    font-size: 14px;
    margin-bottom: 36px;
    margin-left: -120px;
}

.workshop .santa_intro_container_main_table {
    max-width: 632px;
    width: 100%;
}

.columnHead {
    /* padding-inline: 24px; */

    background-size: 100% auto;
    width: 114px;
    height: 114px;
    align-content: end;
    background-color: #113121;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.columnHeadContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 24px 0px;
}

.santa_intro_container_main_table td {
    line-height: 140%;
    color: #242711;
}

.columnHead{
    align-content: center;
}

.columnHeadContainer span {
   color: #CEC2AB;
    text-align: center;

    /* EN/Body - Bold */
    font-family: Inter, 'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
}

.divisonLine_green {
    max-width: 427px;
   
}

.santa_comingsoon .divisonLine_green{
    width: 100%;
}
.santa .divisonLine_green, .merchandise .divisonLine_green, .workshop .divisonLine_green{
    width: 100%;
}
.santa_intro_container_main_table td:nth-child(2) {
    padding: 10px 32px;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.santa_intro_container_main_table td:nth-child(2)::after {
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    background-image: url(../images/2025images/deco_underline_cream_vertical.svg);
    position: absolute;
    right: 0;
    top: 0;
    background-position: bottom;
}

.santa_intro_container_main_table .lastColumn::after {
    content: none !important;
}

.workshop .santa_intro_container_main_table td:nth-child(2)::after, .workshop .santa_intro_container_main_table tr .lastRow::after {
    content: none;
}


.workshop .santa_intro_container_main_table td.workshop_firstRow::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../images/2025images/deco_underline_cream.svg);
    position: absolute;
    left: 5px;
    top: 0;
    background-position: bottom;
}

.santa_intro_container_main_table tr td:nth-child(2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../images/2025images/deco_underline_cream.svg);
    position: absolute;
    left: 5px;
    bottom: 0;
    background-position: bottom;
}

.santa_intro_container_main_table td:nth-child(3) {
    padding-inline: 29px;
    text-align: center;
    position: relative;
    align-content: center;
    display: table-cell;
    vertical-align: middle;
}

.santa_intro_container_main_table td:nth-child(3)::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url(../images/2025images/deco_underline_cream.svg);
    position: absolute;
    left: 5px;
    bottom: 0;
    background-position: bottom;
}

.santa_intro_container_main_table tr .lastRow::after {
    content: none;
}


.peakSpan span {
    display: block;
    width: fit-content;
    padding: 8px 24px;
    margin: 0 auto;
    background-image: url(../images/2025images/title_bg_white_small.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
}

.peakSpan span:nth-child(2) {
    background-image: unset;
    padding: 0px;
}

.santa_intro_container_main_table tr .firstRow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 32px 10px;
}

.santa_intro_container_main_table tr .firstRow2 {
    padding: 0px 20px 10px;
    vertical-align: top;
    align-content: baseline;
    position: relative;
}

.firstRow2 img {
    width: 100%;
    height: 4px;
    object-fit: cover;
    position: absolute;
    left: 0px;
}


.santa_intro_container_main_bottom_deco {
    width: 100vw;
    aspect-ratio: 1440 / 500;
    position: relative;
    bottom: 0px;
    z-index: 2;
    pointer-events: none;
    /* overflow: hidden; */
    /* min-height: 150px; */
}

.santa_intro_container_main_bottom_deco div {

    position: absolute;
}

.santa_intro_container_main_bottom_deco .santa_intro_container_main_bottom_deco_gate {
    width: 100%;
    aspect-ratio: 2160 / 484;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/2025images/deco_gate.png);
    bottom: 0%;
    max-width: 100vw;
}

.santa_intro_container_main_bottom_deco .santa_intro_container_main_bottom_deco_tree {
    width: 24%;
    aspect-ratio: 537 / 656;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/2025images/deco_xmas_tree.png);
    bottom: -11%;
    left: 0%;
    max-width: 358px;
    min-width: 100px;
}

.santa_intro_container_main_bottom_deco .santa_intro_container_main_bottom_deco_tower {
    width: 18%;
    aspect-ratio: 259 / 633;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/2025images/deco_bell_tower.png);
    bottom: -16%;
    right: 0%;
    max-width: 259px;
    min-width: 50px;
}

.ticketArrange {
    color: #29110B;
    font-family: Inter, 'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    text-align: center;
    max-width: 700px;
    margin-bottom: 36px;
    width: 80%;
}

.santa_remark {

    max-width: 700px;
    width: 80%;
    margin-bottom: 4px;
}

.santa_comingsoon .santa_remark {
    margin-bottom: 36px;
}


.workshop_comingsoon .santa_intro_container_main_main_container .btnWrapper {
    margin-top: 20PX;
}

.ticketArrange .bold {
    font-weight: 700;
}

.ticketArrange a {
    color: #29110B;
    text-decoration: underline;
    word-break: break-word;
}

.deco_stamp_float {
    position: absolute;
    height: auto;
}

#stamp_bear, #stamp_tree {
    width: 20%;
    left: -5%;
    top: 54%;
    max-width: 284px;
    animation: float 3s ease-in-out infinite;
}

#stamp_bear {
    top: 35%;
}

#stamp_deco_sticker_tower {
    width: 30%;
    left: -11%;
    top: 47%;
    max-width: 284px;
    animation: float 3s ease-in-out infinite;
}

#stamp_sticker_green {
    width: 20%;
    right: 0%;
    top: 18%;
    max-width: 284px;
    animation: float2 4s ease-in-out infinite;
}

#stamp_clock_red {
    width: 9%;
    max-width: 150px;
    left: 0%;
    top: 45%;
    animation: float2 4s ease-in-out infinite;
    animation-delay: 1s;
}

#stamp_tree {
    top: 30%;
}

#stamp_clock {
    width: 10%;
    right: 0%;
    top: 22%;
    max-width: 156px;
    animation: float2 4s ease-in-out infinite;

}

#stamp_pudding {
    width: 9%;
    max-width: 150px;
    right: 0%;
    top: 14%;
    animation: float2 4s ease-in-out infinite;
    animation-delay: 1s;
}

#stamp_ticket {
    width: 8%;
    max-width: 125px;
    left: 4%;
    top: 39%;
    animation: float2 5s ease-in-out infinite;
    animation-delay: 1s;

}

#stamp_express {
    width: 30%;
    right: -15%;
    top: 26%;
    max-width: 388px;
    animation: float 5s ease-in-out infinite;

}

#stamp_express_red {
    width: 15%;
    max-width: 150px;
    left: 7%;
    top: 51%;
    animation: float2 4s ease-in-out infinite;
    animation-delay: 1s;
}


@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(20%, -20%);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes float4 {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-10%, -10%);
    }

    100% {
        transform: translate(0px, 0px);
    }
}



@keyframes buttonPop {
    0% {
        transform: scale(1) translateZ(0px);
    }


    50% {
        transform: scale(0.93) translateZ(0px);
    }


    100% {
        transform: scale(0.95) translateZ(0px);
    }


}

.santa .btnWrapper, .workshop .btnWrapper {
    max-width: 430px
}

/* workshop */

.workshop_intro_container_main_workshopList {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 5%;
    margin-left: 0px;
    align-items: stretch;
    margin-bottom: 56px;
}

.workshop_intro_container_main_workshopList_item {
    width: 30%;
    min-width: 250px;
    /* aspect-ratio: 348 / 362; */
    margin-left: 0px;
    position: relative;
    /* padding: 20px; */
    border: 2px solid transparent;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: 0.5s ease-in-out;
}

.workshop_intro_container_main_workshopList_item:hover {
    scale: 1.05;
}

.workshop_intro_container_main_workshopList_item_img {
    width: 100%;
    border: 8px solid #fff;
    aspect-ratio: 304/204;
    box-shadow: -1px 7px 16px 0px rgba(0, 0, 0, 0.15);
}

.workshop_intro_container_main_workshopList_item_name {
    color: #29110B;
    font-family: "Autour One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 27px */

    margin-bottom: 18px;
}

.workshop_intro_container_main_workshopList_item_desc {
    color: #29110B;
    font-family: Inter, 'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */

}

.workshop_intro_container_details {
    padding: 27px 18px;
    border-radius: 0 0 24px 24px;
    background: #F3ECDF;
    flex: 1;

}

.workshop_placeHoder {
    width: 100%;
    margin-bottom: -4px;
}

.booking_tag {
    width: 180px !important;
}

.bookingContainer_main_step2_left_photo .booking_tag {
    display: block;
    margin: 72px auto 46px;
}

.santa_intro_container_main_desc {
    color: #29110B;
    text-align: center;

    /* EN/Body - Regular */
    font-family: Inter, 'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 700px;
    /* 22.4px */
}

.santa_remark li {
    color: #29110B;

    /* EN/Body Small - Regular */
    font-family: Inter, 'Noto Sans TC';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */
    margin-bottom: 16px;

}

.peakSpan span:nth-child(2) {
    background-image: unset;
    padding: 0px;

}



.zh-HK.santa .santa_intro_container_main_table tr .firstRow2{
   vertical-align:baseline;
   align-content: baseline !important;
}


.en .peakSpan span:nth-child(2) {
    min-height: 3rem;
    display: flex;
    align-items: center;
}

.santa_comingsoon .link_to_tnc{
    margin-top: -16px;
    margin-bottom: 36px;
}
.workshop_comingsoon .link_to_tnc{

    margin-bottom: 36px;
}

.workshop_comingsoon .btnWrapper{
    margin-top: 0px !important;
}
.santa_comingsoon .santa_intro_container_main_table{
    margin-bottom: 0px
}
@media (max-width: 960px) {
.workshop_comingsoon .link_to_tnc{

    margin-top: 36px;
}

    .santa_intro_container_main_table {
        margin-left: -0px;
    }

    .santa .santa_intro_container_main_table td {
        font-size: 14px;
    }

    .booking_tag {
        width: 160px !important;
    }

    .santa_intro_container_main_desc {
        font-size: 16px;
        /* padding-inline: 5%; */
        text-align: left;
    }

    .santa_intro_container_main_table td:nth-child(2) {
        padding: 0px 10px 10px;
        text-align: center;

        display: table-cell;
        vertical-align: middle;
    }

    .santa_intro_container_main_table td:nth-child(3) {
        padding-inline: 10px;
        text-align: center;
        padding-bottom: 10px;
        align-content: center;
    }

    .santa_intro_container_main_table td:nth-child(3) {
        padding-inline: 10px;
        text-align: center;
        /* align-content: baseline; */
    }

    .santa_intro_container_main_table .middleContent {
        align-content: center !important;
    }

    .santa_intro_container_main_table .endContent {
        align-content: end !important;
    }


    tbody,
    tr {
        overflow: hidden;
        font-size: 14px;
    }

    .santa_intro_container_main_bottom_deco .santa_intro_container_main_bottom_deco_gate {

        background-image: url(../images/2025images/deco_gate.png);


    }

    .santa_intro_container_main_bottom_deco .santa_intro_container_main_bottom_deco_tree {

        bottom: -11%;
        left: 0%;

    }

    .santa_intro_container_main_bottom_deco .santa_intro_container_main_bottom_deco_tower {

        bottom: -10%;
        right: 0%;

    }

    .title_container {
        margin-bottom: 80px;
    }

    .santa_intro_container_main_desc span {
        margin-top: 32px;
    }

    .santa_intro_container_main_title_ticket {
        width: 100%;
        margin: 90px 0px 36px;
        position: relative;
        min-width: 300px;
        text-align: center;
    }

    .deco_stamp_float {
        display: none;
    }

    .santa_intro_container_main_table {
        min-width: 320px;
        width: 100%;
    }

    .columnHead {
        width: 70px;
        height: unset
    }


    .peakSpan span:nth-child(1) {
        color: #113121;
        text-align: center;

        /* EN/Body Small - Bold */
        font-family: Inter, 'Noto Sans TC';
        font-size: 12px;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 130%;
        /* 15.6px */
        padding: 4px 8px;
        min-height: 40px;
        align-content: center;
    }


    .ticketArrange {
        color: #29110B;
        font-family: Inter, 'Noto Sans TC';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        text-align: left;
        max-width: 700px;
        margin-bottom: 36px;
        width: 100%;
        padding: 0px;
    }

    .santa_remark {

        max-width: 700px;
        width: 100%;
        padding: 0px 0px 0px;
        margin-bottom: -16px;
    }

    .santa_intro_container_main_main_container {}

    .workshop_intro_container_main_workshopList {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .workshop_intro_container_main_workshopList_item {
        width: 100%;
    }

    .santa .btnWrapper, .workshop .btnWrapper {
        max-width: 420px
    }

    .en .title_container h3 {
        font-size: 21px;
    }

    .santa_comingsoon .santa_intro_container_main_bottom_deco {
        margin-top: 30px;
    }
}


@media (max-width:640px) {
    .title_container h3 {

        font-size: 21px;

        padding: 10px 15px;
        gap: 10px;
        white-space: nowrap;
        right: 0%;
        bottom: -25px;
    }
 .en .title_container h3 span{
        display: block;
       white-space: pre-wrap;
        word-break: normal;
      }
    .workshop.en .title_container h3 {
        white-space: wrap;

        bottom: -18%;
    }

    .en .peakSpan span:nth-child(2) {
        background-image: unset;
        padding: 0px;
        min-height: 4rem;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 540px) {
    .zh-HK .peakSpan span:nth-child(2) {
        background-image: unset;
        padding: 0px;
        min-height: 3rem;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 524px) {
    .zh-HK .peakSpan span:nth-child(2) {
        background-image: unset;
        padding: 0px;
        min-height: 4rem;
        display: flex;
        align-items: center;
    }
}

@media (max-width:440px) {
      .workshop.en .title_container h3  span{
        display: block;
        max-width: 75%;
      }
    .workshop.en .title_container h3 {
        white-space: wrap;
        transform: translateY(50%) rotate(4deg);
          
        bottom: -20%;
    }

    .workshop .title_container {
        width: fit-content;
        text-align: center;
        position: relative;
        margin-top: 64px;
        margin-bottom: 90px;


    }

    .en .peakSpan span:nth-child(2) {
        background-image: unset;
        padding: 0px;
        min-height: 6rem;
        display: flex;
        align-items: center;
    }

    .workshop .bookingContainer_main_step1_container, .workshop .bookingContainer_main_step2 .divisonLine_green, .workshop .bookingItemName img {
        padding: 0px;
    }

    .bookingContainer_main_step2 {
        padding-inline: 0%;
        padding-bottom: 0px;
        max-width: 340px;
        margin-inline: auto;
        /* margin: auto; */
    }

}